home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-27 | 2.4 KB | 18 lines | [TEXT/ttxt] |
- #!/bin/csh
- #
- # savesys -- build a saved executable in bin/new-lucid-haskell
- #
- #
- cd $Y2
- setenv PRELUDEBIN $Y2/progs/prelude/lucid
- if !(-e $PRELUDEBIN/Prelude.sbin) then
- echo "Build the prelude first, stupid..."
- exit
- endif
- $LUCID <<EOF
- ;;; Load the Haskell system.
- (make-package "MUMBLE-IMPLEMENTATION" :use '("LISP"))
- (lcl:change-memory-management :expand 512 :growth-limit 2048)
- (setf lcl:*record-source-files* nil)
- (load "cl-support/cl-init")
- ;;; Set various internal switches to appropriate values for ru